home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_922
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
236 b
|
12 lines
on(press){
if(3 < eval("/Variables:InvNb"))
{
set("/Variables:Deplace",eval("/Variables:LargeurObjet"));
tellTarget("ControlFleche")
{
gotoAndStop("Deplace2");
play();
}
}
}